Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMatrix2DD Structure / TransformPoints Method / TransformPoints(IList<NPointD>) Method


In This Topic
    TransformPoints(IList<NPointD>) Method
    In This Topic
    Transforms the specified points
    Syntax
    'Declaration
     
    
    Public Overloads Sub TransformPoints( _
       ByVal points As System.Collections.Generic.IList(Of NPointD) _
    ) 
    'Usage
     
    
    Dim instance As NMatrix2DD
    Dim points As System.Collections.Generic.IList(Of NPointD)
     
    instance.TransformPoints(points)
    public void TransformPoints( 
       System.Collections.Generic.IList<NPointD> points
    )

    Parameters

    points
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also